[INFO] cloning repository https://github.com/SuperInstance/holodeck-core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SuperInstance/holodeck-core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuperInstance%2Fholodeck-core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuperInstance%2Fholodeck-core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5a78dd64218063e67e8a877442ee8bce5b6164e5
[INFO] testing SuperInstance/holodeck-core against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuperInstance%2Fholodeck-core" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SuperInstance/holodeck-core
[INFO] finished tweaking git repo https://github.com/SuperInstance/holodeck-core
[INFO] tweaked toml for git repo https://github.com/SuperInstance/holodeck-core written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SuperInstance/holodeck-core on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SuperInstance/holodeck-core already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6180800cec4623721a720ee51b07727c4309f64ce28cc119c535f25e0bb8bb8c
[INFO] running `Command { std: "docker" "start" "-a" "6180800cec4623721a720ee51b07727c4309f64ce28cc119c535f25e0bb8bb8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6180800cec4623721a720ee51b07727c4309f64ce28cc119c535f25e0bb8bb8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6180800cec4623721a720ee51b07727c4309f64ce28cc119c535f25e0bb8bb8c", kill_on_drop: false }`
[INFO] [stdout] 6180800cec4623721a720ee51b07727c4309f64ce28cc119c535f25e0bb8bb8c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 79eb10e18a606373a9557fb044b1bdccb8d82b471ad020f338325072cd7eb62e
[INFO] running `Command { std: "docker" "start" "-a" "79eb10e18a606373a9557fb044b1bdccb8d82b471ad020f338325072cd7eb62e", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling holodeck-core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.47s
[INFO] running `Command { std: "docker" "inspect" "79eb10e18a606373a9557fb044b1bdccb8d82b471ad020f338325072cd7eb62e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79eb10e18a606373a9557fb044b1bdccb8d82b471ad020f338325072cd7eb62e", kill_on_drop: false }`
[INFO] [stdout] 79eb10e18a606373a9557fb044b1bdccb8d82b471ad020f338325072cd7eb62e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da8d72702a3ac4ac9d2ef864d255c3549712dffbaf81ac4f5553cab9545fbe01
[INFO] running `Command { std: "docker" "start" "-a" "da8d72702a3ac4ac9d2ef864d255c3549712dffbaf81ac4f5553cab9545fbe01", kill_on_drop: false }`
[INFO] [stderr]    Compiling holodeck-core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.88s
[INFO] running `Command { std: "docker" "inspect" "da8d72702a3ac4ac9d2ef864d255c3549712dffbaf81ac4f5553cab9545fbe01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da8d72702a3ac4ac9d2ef864d255c3549712dffbaf81ac4f5553cab9545fbe01", kill_on_drop: false }`
[INFO] [stdout] da8d72702a3ac4ac9d2ef864d255c3549712dffbaf81ac4f5553cab9545fbe01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 671e9ad9184b9bc0e525911122f94e7f5654ecd856ae07894baa2ff4518e046a
[INFO] running `Command { std: "docker" "start" "-a" "671e9ad9184b9bc0e525911122f94e7f5654ecd856ae07894baa2ff4518e046a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/holodeck_core-020840778011e840)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests holodeck_core
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/agent.rs - agent::Agent::handle_command (line 81) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/agent.rs - agent::Agent::handle_command (line 81) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `holodeck_rust` in this scope
[INFO] [stdout]   --> src/agent.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 | use holodeck_rust::agent::Agent;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `holodeck_rust`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 82 - use holodeck_rust::agent::Agent;
[INFO] [stdout] 82 + use holodeck_core::agent::Agent;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `holodeck_rust` in this scope
[INFO] [stdout]   --> src/agent.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 | use holodeck_rust::room::RoomGraph;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `holodeck_rust`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 83 - use holodeck_rust::room::RoomGraph;
[INFO] [stdout] 83 + use holodeck_core::room::RoomGraph;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `holodeck_rust` in this scope
[INFO] [stdout]   --> src/agent.rs:84:5
[INFO] [stdout]    |
[INFO] [stdout] 84 | use holodeck_rust::comms::CommsSystem;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `holodeck_rust`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 84 - use holodeck_rust::comms::CommsSystem;
[INFO] [stdout] 84 + use holodeck_core::comms::CommsSystem;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `holodeck_rust` in this scope
[INFO] [stdout]   --> src/agent.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 | use holodeck_rust::combat::CombatEngine;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `holodeck_rust`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 85 - use holodeck_rust::combat::CombatEngine;
[INFO] [stdout] 85 + use holodeck_core::combat::CombatEngine;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `holodeck_rust` in this scope
[INFO] [stdout]   --> src/agent.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 | use holodeck_rust::manual::ManualLibrary;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `holodeck_rust`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 86 - use holodeck_rust::manual::ManualLibrary;
[INFO] [stdout] 86 + use holodeck_core::manual::ManualLibrary;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `holodeck_rust` in this scope
[INFO] [stdout]   --> src/agent.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | use holodeck_rust::npc::NpcConfig;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `holodeck_rust`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 87 - use holodeck_rust::npc::NpcConfig;
[INFO] [stdout] 87 + use holodeck_core::npc::NpcConfig;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/agent.rs - agent::Agent::handle_command (line 81)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "671e9ad9184b9bc0e525911122f94e7f5654ecd856ae07894baa2ff4518e046a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "671e9ad9184b9bc0e525911122f94e7f5654ecd856ae07894baa2ff4518e046a", kill_on_drop: false }`
[INFO] [stdout] 671e9ad9184b9bc0e525911122f94e7f5654ecd856ae07894baa2ff4518e046a
